home *** CD-ROM | disk | FTP | other *** search
/ Together in Jesus: 1st Reconciliation Computer Fun / Together in Jesus - First Reconciliation - Computer Fun.iso / game1.swf / scripts / frame_2 / DoAction.as
Text File  |  2007-11-23  |  39KB  |  1,371 lines

  1. next17_mc._visible = false;
  2. var soundTada = new Sound(this);
  3. soundTada.attachSound("tada");
  4. var soundAhh = new Sound(this);
  5. soundAhh.attachSound("ahh");
  6. var soundWrongslide = new Sound(this);
  7. soundWrongslide.attachSound("wrongslide");
  8. var soundApplause1 = new Sound(this);
  9. soundApplause1.attachSound("applause1");
  10. var soundApplause2 = new Sound(this);
  11. soundApplause2.attachSound("applause2");
  12. var soundCheering1 = new Sound(this);
  13. soundCheering1.attachSound("cheering1");
  14. var soundCheering2 = new Sound(this);
  15. soundCheering2.attachSound("cheering2");
  16. var soundTrumpet = new Sound(this);
  17. soundTrumpet.attachSound("trumpet");
  18. var soundCheerchime = new Sound(this);
  19. soundCheerchime.attachSound("cheerchime");
  20. var soundVictorychimes = new Sound(this);
  21. soundVictorychimes.attachSound("victorychimes");
  22. var soundBuoing = new Sound(this);
  23. soundBuoing.attachSound("buoing");
  24. var soundBuzzer = new Sound(this);
  25. soundBuzzer.attachSound("buzzer");
  26. var soundCrash1 = new Sound(this);
  27. soundCrash1.attachSound("crash1");
  28. var soundCrash2 = new Sound(this);
  29. soundCrash2.attachSound("crash2");
  30. var soundCrash3 = new Sound(this);
  31. soundCrash3.attachSound("crash3");
  32. var soundCrash4 = new Sound(this);
  33. soundCrash4.attachSound("crash4");
  34. var soundCheering2 = new Sound(this);
  35. soundCheering2.attachSound("cheering2");
  36. var soundDingbleep = new Sound(this);
  37. soundDingbleep.attachSound("dingbleep");
  38. var soundMournfultrumpet = new Sound(this);
  39. soundMournfultrumpet.attachSound("mournfultrumpet");
  40. var soundZaparoo = new Sound(this);
  41. soundZaparoo.attachSound("zaparoo");
  42. var soundSlowbomb = new Sound(this);
  43. soundSlowbomb.attachSound("slowbomb");
  44. var KeyListener = new Object();
  45. Key.addListener(KeyListener);
  46. this.deer_mc.onPress = function()
  47. {
  48.    this.startDrag();
  49.    this.swapDepths(this.getNextHighestDepth());
  50. };
  51. this.elk_mc.onPress = function()
  52. {
  53.    this.startDrag();
  54.    this.swapDepths(this.getNextHighestDepth());
  55. };
  56. this.moose_mc.onPress = function()
  57. {
  58.    this.startDrag();
  59.    this.swapDepths(this.getNextHighestDepth());
  60. };
  61. this.elk_mc.onRelease = function()
  62. {
  63.    this.stopDrag();
  64. };
  65. this.moose_mc.onRelease = function()
  66. {
  67.    this.stopDrag();
  68. };
  69. this.deer_mc.onRelease = function()
  70. {
  71.    this.stopDrag();
  72.    if(this.hitTest(target1_mc) == true)
  73.    {
  74.       this._x = target1_mc._x;
  75.       this._y = target1_mc._y;
  76.       soundTada.start();
  77.       oops_guy1_mc._visible = false;
  78.       this.enabled = false;
  79.    }
  80.    else
  81.    {
  82.       soundMournfultrumpet.start();
  83.       deer_mc._y = target11_mc._y;
  84.       deer_mc._x = target11_mc._x;
  85.    }
  86. };
  87. this.elk_mc.onRelease = function()
  88. {
  89.    this.stopDrag();
  90.    soundWrongslide.start();
  91.    this._x = target2_mc._x;
  92.    this._y = target2_mc._y;
  93. };
  94. this.moose_mc.onRelease = function()
  95. {
  96.    this.stopDrag();
  97.    soundAhh.start();
  98.    this._x = target33_mc._x;
  99.    this._y = target33_mc._y;
  100. };
  101. this.next1_btn.onRelease = function()
  102. {
  103.    if(deer_mc._y == target1_mc._y && deer_mc._x == target1_mc._x)
  104.    {
  105.       moose_mc._visible = false;
  106.       elk_mc._visible = false;
  107.       word1_mc._visible = false;
  108.       oops_guy1_mc._visible = false;
  109.       quest2_mc.swapDepths(getNextHighestDepth());
  110.       next2_mc.swapDepths(getNextHighestDepth());
  111.       Selection.setFocus(yourname_txt);
  112.    }
  113.    else
  114.    {
  115.       oops_guy1_mc.swapDepths(getNextHighestDepth());
  116.    }
  117. };
  118. this.next2_mc.onRelease = function()
  119. {
  120.    if(Key.getAscii() > 64)
  121.    {
  122.       quest2_mc._visible = false;
  123.       word3_mc.swapDepths(getNextHighestDepth());
  124.       soundTrumpet.start();
  125.       quest31_mc.swapDepths(getNextHighestDepth());
  126.       quest31_mc._x = target11_mc._x;
  127.       quest31_mc._y = target11_mc._y;
  128.       quest32_mc.swapDepths(getNextHighestDepth());
  129.       quest32_mc._x = target2_mc._x;
  130.       quest32_mc._y = target2_mc._y;
  131.       quest33_mc.swapDepths(getNextHighestDepth());
  132.       quest33_mc._x = target33_mc._x;
  133.       quest33_mc._y = target33_mc._y;
  134.       oops_guy2_mc._visible = false;
  135.       boardmc.swapDepths(board2mc);
  136.       next2_mc._visible = false;
  137.       next3_mc.swapDepths(getNextHighestDepth());
  138.    }
  139.    else
  140.    {
  141.       oops_guy2_mc.swapDepths(getNextHighestDepth());
  142.    }
  143. };
  144. this.next3_mc.onRelease = function()
  145. {
  146.    if(quest32_mc._y == target3_mc._y && quest32_mc._x == target3_mc._x)
  147.    {
  148.       word3_mc._visible = false;
  149.       word4_mc.swapDepths(word3_mc);
  150.       quest41_mc.swapDepths(getNextHighestDepth());
  151.       quest41_mc._x = target11_mc._x;
  152.       quest41_mc._y = target11_mc._y;
  153.       quest42_mc.swapDepths(getNextHighestDepth());
  154.       quest42_mc._x = target2_mc._x;
  155.       quest42_mc._y = target2_mc._y;
  156.       quest43_mc.swapDepths(getNextHighestDepth());
  157.       quest43_mc._x = target33_mc._x;
  158.       quest43_mc._y = target33_mc._y;
  159.       quest31_mc._visible = false;
  160.       quest33_mc._visible = false;
  161.       quest31_mc._visible = false;
  162.       oops_guy3_mc._visible = false;
  163.       next4_mc.swapDepths(getNextHighestDepth());
  164.    }
  165.    else
  166.    {
  167.       oops_guy3_mc.swapDepths(getNextHighestDepth());
  168.    }
  169. };
  170. this.quest31_mc.onPress = function()
  171. {
  172.    this.startDrag();
  173.    this.swapDepths(this.getNextHighestDepth());
  174. };
  175. this.quest32_mc.onPress = function()
  176. {
  177.    this.startDrag();
  178.    this.swapDepths(this.getNextHighestDepth());
  179. };
  180. this.quest33_mc.onPress = function()
  181. {
  182.    this.startDrag();
  183.    this.swapDepths(this.getNextHighestDepth());
  184. };
  185. this.quest31_mc.onRelease = function()
  186. {
  187.    this.stopDrag();
  188. };
  189. this.quest33_mc.onRelease = function()
  190. {
  191.    this.stopDrag();
  192. };
  193. this.quest32_mc.onRelease = function()
  194. {
  195.    this.stopDrag();
  196.    if(this.hitTest(target3_mc) == true)
  197.    {
  198.       this._x = target3_mc._x;
  199.       this._y = target3_mc._y;
  200.       soundApplause1.start();
  201.       this.enabled = false;
  202.       oops_guy3_mc._visible = false;
  203.    }
  204.    else
  205.    {
  206.       soundMournfultrumpet.start();
  207.       quest32_mc._y = target2_mc._y;
  208.       quest32_mc._x = target2_mc._x;
  209.    }
  210. };
  211. this.quest33_mc.onRelease = function()
  212. {
  213.    this.stopDrag();
  214.    soundMournfultrumpet.start();
  215.    this._x = target33_mc._x;
  216.    this._y = target33_mc._y;
  217. };
  218. this.quest31_mc.onRelease = function()
  219. {
  220.    this.stopDrag();
  221.    soundSlowbomb.start();
  222.    this._x = target11_mc._x;
  223.    this._y = target11_mc._y;
  224. };
  225. this.next3_mc.onRelease = function()
  226. {
  227.    if(quest32_mc._y == target3_mc._y && quest32_mc._x == target3_mc._x)
  228.    {
  229.       word3_mc._visible = false;
  230.       word4_mc.swapDepths(word3_mc);
  231.       quest41_mc.swapDepths(getNextHighestDepth());
  232.       quest41_mc._x = target11_mc._x;
  233.       quest41_mc._y = target11_mc._y;
  234.       quest42_mc.swapDepths(getNextHighestDepth());
  235.       quest42_mc._x = target2_mc._x;
  236.       quest42_mc._y = target2_mc._y;
  237.       quest43_mc.swapDepths(getNextHighestDepth());
  238.       quest43_mc._x = target33_mc._x;
  239.       quest43_mc._y = target33_mc._y;
  240.       quest31_mc._visible = false;
  241.       quest33_mc._visible = false;
  242.       quest31_mc._visible = false;
  243.       oops_guy3_mc._visible = false;
  244.       next4_mc.swapDepths(getNextHighestDepth());
  245.    }
  246.    else
  247.    {
  248.       oops_guy3_mc.swapDepths(getNextHighestDepth());
  249.    }
  250. };
  251. this.quest41_mc.onPress = function()
  252. {
  253.    this.startDrag();
  254.    this.swapDepths(this.getNextHighestDepth());
  255. };
  256. this.quest42_mc.onPress = function()
  257. {
  258.    this.startDrag();
  259.    this.swapDepths(this.getNextHighestDepth());
  260. };
  261. this.quest43_mc.onPress = function()
  262. {
  263.    this.startDrag();
  264.    this.swapDepths(this.getNextHighestDepth());
  265. };
  266. this.quest41_mc.onRelease = function()
  267. {
  268.    this.stopDrag();
  269.    this.swapDepths(this.getNextHighestDepth());
  270. };
  271. this.quest43_mc.onRelease = function()
  272. {
  273.    this.stopDrag();
  274.    this.swapDepths(this.getNextHighestDepth());
  275. };
  276. this.quest42_mc.onRelease = function()
  277. {
  278.    this.stopDrag();
  279.    this.swapDepths(this.getNextHighestDepth());
  280.    if(this.hitTest(target4_mc) == true)
  281.    {
  282.       this._x = target4_mc._x;
  283.       this._y = target4_mc._y;
  284.       soundTrumpet.start();
  285.       this.enabled = false;
  286.       oops_guy4_mc._visible = false;
  287.    }
  288.    else
  289.    {
  290.       soundMournfultrumpet.start();
  291.       quest42_mc._y = target2_mc._y;
  292.       quest42_mc._x = target2_mc._x;
  293.    }
  294. };
  295. this.quest43_mc.onRelease = function()
  296. {
  297.    this.stopDrag();
  298.    soundBuoing.start();
  299.    this._x = target33_mc._x;
  300.    this._y = target33_mc._y;
  301. };
  302. this.quest41_mc.onRelease = function()
  303. {
  304.    this.stopDrag();
  305.    soundBuzzer.start();
  306.    this._x = target11_mc._x;
  307.    this._y = target11_mc._y;
  308. };
  309. this.next4_mc.onRelease = function()
  310. {
  311.    if(quest42_mc._y == target4_mc._y && quest42_mc._x == target4_mc._x)
  312.    {
  313.       word4_mc._visible = false;
  314.       word5_mc.swapDepths(word4_mc);
  315.       quest51_mc.swapDepths(getNextHighestDepth());
  316.       quest51_mc._x = target11_mc._x;
  317.       quest51_mc._y = target11_mc._y;
  318.       quest52_mc.swapDepths(getNextHighestDepth());
  319.       quest52_mc._x = target2_mc._x;
  320.       quest52_mc._y = target2_mc._y;
  321.       quest53_mc.swapDepths(getNextHighestDepth());
  322.       quest53_mc._x = target33_mc._x;
  323.       quest53_mc._y = target33_mc._y;
  324.       quest31_mc._visible = false;
  325.       quest43_mc._visible = false;
  326.       quest41_mc._visible = false;
  327.       oops_guy4_mc._visible = false;
  328.       next5_mc.swapDepths(getNextHighestDepth());
  329.    }
  330.    else
  331.    {
  332.       oops_guy4_mc.swapDepths(getNextHighestDepth());
  333.    }
  334. };
  335. this.quest51_mc.onPress = function()
  336. {
  337.    this.startDrag();
  338.    this.swapDepths(this.getNextHighestDepth());
  339. };
  340. this.quest52_mc.onPress = function()
  341. {
  342.    this.startDrag();
  343.    this.swapDepths(this.getNextHighestDepth());
  344. };
  345. this.quest53_mc.onPress = function()
  346. {
  347.    this.startDrag();
  348.    this.swapDepths(this.getNextHighestDepth());
  349. };
  350. this.quest52_mc.onRelease = function()
  351. {
  352.    this.stopDrag();
  353. };
  354. this.quest53_mc.onRelease = function()
  355. {
  356.    this.stopDrag();
  357. };
  358. this.quest51_mc.onRelease = function()
  359. {
  360.    this.stopDrag();
  361.    if(this.hitTest(target5_mc) == true)
  362.    {
  363.       this._x = target5_mc._x;
  364.       this._y = target5_mc._y;
  365.       soundCheering1.start();
  366.       this.enabled = false;
  367.       oops_guy5_mc._visible = false;
  368.    }
  369.    else
  370.    {
  371.       soundMournfultrumpet.start();
  372.       quest51_mc._y = target11_mc._y;
  373.       quest51_mc._x = target11_mc._x;
  374.    }
  375. };
  376. this.quest53_mc.onRelease = function()
  377. {
  378.    this.stopDrag();
  379.    soundCrash1.start();
  380.    this._x = target33_mc._x;
  381.    this._y = target33_mc._y;
  382. };
  383. this.quest52_mc.onRelease = function()
  384. {
  385.    this.stopDrag();
  386.    soundCrash2.start();
  387.    this._x = target2_mc._x;
  388.    this._y = target2_mc._y;
  389. };
  390. this.next5_mc.onRelease = function()
  391. {
  392.    if(quest51_mc._y == target5_mc._y && quest51_mc._x == target5_mc._x)
  393.    {
  394.       word5_mc._visible = false;
  395.       word6_mc.swapDepths(word5_mc);
  396.       quest61_mc.swapDepths(getNextHighestDepth());
  397.       quest61_mc._x = target11_mc._x;
  398.       quest61_mc._y = target11_mc._y;
  399.       quest62_mc.swapDepths(getNextHighestDepth());
  400.       quest62_mc._x = target2_mc._x;
  401.       quest62_mc._y = target2_mc._y;
  402.       quest63_mc.swapDepths(getNextHighestDepth());
  403.       quest63_mc._x = target33_mc._x;
  404.       quest63_mc._y = target33_mc._y;
  405.       quest31_mc._visible = false;
  406.       quest53_mc._visible = false;
  407.       quest52_mc._visible = false;
  408.       oops_guy5_mc._visible = false;
  409.       next6_mc.swapDepths(getNextHighestDepth());
  410.    }
  411.    else
  412.    {
  413.       oops_guy5_mc.swapDepths(getNextHighestDepth());
  414.    }
  415. };
  416. this.quest61_mc.onPress = function()
  417. {
  418.    this.startDrag();
  419.    this.swapDepths(this.getNextHighestDepth());
  420. };
  421. this.quest62_mc.onPress = function()
  422. {
  423.    this.startDrag();
  424.    this.swapDepths(this.getNextHighestDepth());
  425. };
  426. this.quest63_mc.onPress = function()
  427. {
  428.    this.startDrag();
  429.    this.swapDepths(this.getNextHighestDepth());
  430. };
  431. this.quest61_mc.onRelease = function()
  432. {
  433.    this.stopDrag();
  434. };
  435. this.quest62_mc.onRelease = function()
  436. {
  437.    this.stopDrag();
  438. };
  439. this.quest63_mc.onRelease = function()
  440. {
  441.    this.stopDrag();
  442.    if(this.hitTest(target6_mc) == true)
  443.    {
  444.       this._x = target6_mc._x;
  445.       this._y = target6_mc._y;
  446.       soundApplause2.start();
  447.       this.enabled = false;
  448.       oops_guy6_mc._visible = false;
  449.    }
  450.    else
  451.    {
  452.       soundMournfultrumpet.start();
  453.       quest63_mc._y = target33_mc._y;
  454.       quest63_mc._x = target33_mc._x;
  455.    }
  456. };
  457. this.quest61_mc.onRelease = function()
  458. {
  459.    this.stopDrag();
  460.    soundCrash3.start();
  461.    this._x = target11_mc._x;
  462.    this._y = target11_mc._y;
  463. };
  464. this.quest62_mc.onRelease = function()
  465. {
  466.    this.stopDrag();
  467.    soundCrash4.start();
  468.    this._x = target2_mc._x;
  469.    this._y = target2_mc._y;
  470. };
  471. this.next6_mc.onRelease = function()
  472. {
  473.    if(quest63_mc._y == target6_mc._y && quest63_mc._x == target6_mc._x)
  474.    {
  475.       word6_mc._visible = false;
  476.       word7_mc.swapDepths(word6_mc);
  477.       quest71_mc.swapDepths(getNextHighestDepth());
  478.       quest71_mc._x = target11_mc._x;
  479.       quest71_mc._y = target11_mc._y;
  480.       quest72_mc.swapDepths(getNextHighestDepth());
  481.       quest72_mc._x = target2_mc._x;
  482.       quest72_mc._y = target2_mc._y;
  483.       quest73_mc.swapDepths(getNextHighestDepth());
  484.       quest73_mc._x = target33_mc._x;
  485.       quest73_mc._y = target33_mc._y;
  486.       quest61_mc._visible = false;
  487.       quest63_mc._visible = true;
  488.       quest62_mc._visible = false;
  489.       oops_guy6_mc._visible = false;
  490.       next7_mc.swapDepths(getNextHighestDepth());
  491.    }
  492.    else
  493.    {
  494.       oops_guy6_mc.swapDepths(getNextHighestDepth());
  495.    }
  496. };
  497. this.quest71_mc.onPress = function()
  498. {
  499.    this.startDrag();
  500.    this.swapDepths(this.getNextHighestDepth());
  501. };
  502. this.quest72_mc.onPress = function()
  503. {
  504.    this.startDrag();
  505.    this.swapDepths(this.getNextHighestDepth());
  506. };
  507. this.quest73_mc.onPress = function()
  508. {
  509.    this.startDrag();
  510.    this.swapDepths(this.getNextHighestDepth());
  511. };
  512. this.quest72_mc.onRelease = function()
  513. {
  514.    this.stopDrag();
  515. };
  516. this.quest73_mc.onRelease = function()
  517. {
  518.    this.stopDrag();
  519. };
  520. this.quest71_mc.onRelease = function()
  521. {
  522.    this.stopDrag();
  523.    if(this.hitTest(target7_mc) == true)
  524.    {
  525.       this._x = target7_mc._x;
  526.       this._y = target7_mc._y;
  527.       soundCheerchime.start();
  528.       this.enabled = false;
  529.       oops_guy7_mc._visible = false;
  530.    }
  531.    else
  532.    {
  533.       soundMournfultrumpet.start();
  534.       quest71_mc._y = target11_mc._y;
  535.       quest71_mc._x = target11_mc._x;
  536.    }
  537. };
  538. this.quest73_mc.onRelease = function()
  539. {
  540.    this.stopDrag();
  541.    soundZaparoo.start();
  542.    this._x = target33_mc._x;
  543.    this._y = target33_mc._y;
  544. };
  545. this.quest72_mc.onRelease = function()
  546. {
  547.    this.stopDrag();
  548.    soundDingbleep.start();
  549.    this._x = target2_mc._x;
  550.    this._y = target2_mc._y;
  551. };
  552. this.next7_mc.onRelease = function()
  553. {
  554.    if(quest71_mc._y == target7_mc._y && quest71_mc._x == target7_mc._x)
  555.    {
  556.       word7_mc._visible = false;
  557.       word8_mc.swapDepths(word7_mc);
  558.       quest81_mc.swapDepths(getNextHighestDepth());
  559.       quest81_mc._x = target11_mc._x;
  560.       quest81_mc._y = target11_mc._y;
  561.       quest82_mc.swapDepths(getNextHighestDepth());
  562.       quest82_mc._x = target2_mc._x;
  563.       quest82_mc._y = target2_mc._y;
  564.       quest83_mc.swapDepths(getNextHighestDepth());
  565.       quest83_mc._x = target33_mc._x;
  566.       quest83_mc._y = target33_mc._y;
  567.       quest71_mc._visible = true;
  568.       quest73_mc._visible = false;
  569.       quest72_mc._visible = false;
  570.       oops_guy7_mc._visible = false;
  571.       next8_mc.swapDepths(getNextHighestDepth());
  572.       Selection.setFocus(eight_txt);
  573.    }
  574.    else
  575.    {
  576.       oops_guy7_mc.swapDepths(getNextHighestDepth());
  577.    }
  578. };
  579. this.next8_mc.onRelease = function()
  580. {
  581.    if(eight_txt.text == "of")
  582.    {
  583.       word8_mc._visible = false;
  584.       word9_mc.swapDepths(word8_mc);
  585.       quest91_mc.swapDepths(getNextHighestDepth());
  586.       quest91_mc._x = target11_mc._x;
  587.       quest91_mc._y = target11_mc._y;
  588.       quest92_mc.swapDepths(getNextHighestDepth());
  589.       quest92_mc._x = target2_mc._x;
  590.       quest92_mc._y = target2_mc._y;
  591.       quest93_mc.swapDepths(getNextHighestDepth());
  592.       quest93_mc._x = target33_mc._x;
  593.       quest93_mc._y = target33_mc._y;
  594.       oops_guy8_mc._visible = false;
  595.       cover82_mc._visible = false;
  596.       board2mc.swapDepths(board3mc);
  597.       next8_mc._visible = false;
  598.       soundTada.start();
  599.       next9_mc.swapDepths(getNextHighestDepth());
  600.    }
  601.    else if(eight_txt.text == " of")
  602.    {
  603.       word8_mc._visible = false;
  604.       word9_mc.swapDepths(word8_mc);
  605.       quest91_mc.swapDepths(getNextHighestDepth());
  606.       quest91_mc._x = target11_mc._x;
  607.       quest91_mc._y = target11_mc._y;
  608.       quest92_mc.swapDepths(getNextHighestDepth());
  609.       quest92_mc._x = target2_mc._x;
  610.       quest92_mc._y = target2_mc._y;
  611.       quest93_mc.swapDepths(getNextHighestDepth());
  612.       quest93_mc._x = target33_mc._x;
  613.       quest93_mc._y = target33_mc._y;
  614.       oops_guy8_mc._visible = false;
  615.       cover82_mc._visible = false;
  616.       board2mc.swapDepths(board3mc);
  617.       next8_mc._visible = false;
  618.       soundTada.start();
  619.       next9_mc.swapDepths(getNextHighestDepth());
  620.    }
  621.    else if(eight_txt.text == " of ")
  622.    {
  623.       word8_mc._visible = false;
  624.       word9_mc.swapDepths(word8_mc);
  625.       quest91_mc.swapDepths(getNextHighestDepth());
  626.       quest91_mc._x = target11_mc._x;
  627.       quest91_mc._y = target11_mc._y;
  628.       quest92_mc.swapDepths(getNextHighestDepth());
  629.       quest92_mc._x = target2_mc._x;
  630.       quest92_mc._y = target2_mc._y;
  631.       quest93_mc.swapDepths(getNextHighestDepth());
  632.       quest93_mc._x = target33_mc._x;
  633.       quest93_mc._y = target33_mc._y;
  634.       oops_guy8_mc._visible = false;
  635.       cover82_mc._visible = false;
  636.       board2mc.swapDepths(board3mc);
  637.       next8_mc._visible = false;
  638.       soundTada.start();
  639.       next9_mc.swapDepths(getNextHighestDepth());
  640.    }
  641.    else if(eight_txt.text == "of ")
  642.    {
  643.       word8_mc._visible = false;
  644.       word9_mc.swapDepths(word8_mc);
  645.       quest91_mc.swapDepths(getNextHighestDepth());
  646.       quest91_mc._x = target11_mc._x;
  647.       quest91_mc._y = target11_mc._y;
  648.       quest92_mc.swapDepths(getNextHighestDepth());
  649.       quest92_mc._x = target2_mc._x;
  650.       quest92_mc._y = target2_mc._y;
  651.       quest93_mc.swapDepths(getNextHighestDepth());
  652.       quest93_mc._x = target33_mc._x;
  653.       quest93_mc._y = target33_mc._y;
  654.       oops_guy8_mc._visible = false;
  655.       cover82_mc._visible = false;
  656.       board2mc.swapDepths(board3mc);
  657.       next8_mc._visible = false;
  658.       soundTada.start();
  659.       next9_mc.swapDepths(getNextHighestDepth());
  660.    }
  661.    else
  662.    {
  663.       oops_guy8_mc.swapDepths(getNextHighestDepth());
  664.    }
  665. };
  666. this.quest91_mc.onPress = function()
  667. {
  668.    this.startDrag();
  669.    this.swapDepths(this.getNextHighestDepth());
  670. };
  671. this.quest92_mc.onPress = function()
  672. {
  673.    this.startDrag();
  674.    this.swapDepths(this.getNextHighestDepth());
  675. };
  676. this.quest93_mc.onPress = function()
  677. {
  678.    this.startDrag();
  679.    this.swapDepths(this.getNextHighestDepth());
  680. };
  681. this.quest92_mc.onRelease = function()
  682. {
  683.    this.stopDrag();
  684. };
  685. this.quest93_mc.onRelease = function()
  686. {
  687.    this.stopDrag();
  688. };
  689. this.quest92_mc.onRelease = function()
  690. {
  691.    this.stopDrag();
  692.    if(this.hitTest(target9_mc) == true)
  693.    {
  694.       this._x = target9_mc._x;
  695.       this._y = target9_mc._y;
  696.       soundCheering2.start();
  697.       this.enabled = false;
  698.       oops_guy9_mc._visible = false;
  699.       quest92b_mc.swapDepths(getNextHighestDepth());
  700.       quest92b_mc._y = target9b_mc._y;
  701.       quest92b_mc._x = target9b_mc._x;
  702.    }
  703.    else
  704.    {
  705.       soundMournfultrumpet.start();
  706.       quest92_mc._y = target2_mc._y;
  707.       quest92_mc._x = target2_mc._x;
  708.    }
  709. };
  710. this.quest93_mc.onRelease = function()
  711. {
  712.    this.stopDrag();
  713.    soundBuoing.start();
  714.    this._x = target33_mc._x;
  715.    this._y = target33_mc._y;
  716. };
  717. this.quest91_mc.onRelease = function()
  718. {
  719.    this.stopDrag();
  720.    soundBuzzer.start();
  721.    this._x = target11_mc._x;
  722.    this._y = target11_mc._y;
  723. };
  724. this.next9_mc.onRelease = function()
  725. {
  726.    if(quest92_mc._y == target9_mc._y && quest92_mc._x == target9_mc._x)
  727.    {
  728.       word9_mc._visible = false;
  729.       word10_mc.swapDepths(word9_mc);
  730.       quest92_mc._visible = true;
  731.       quest91_mc._visible = false;
  732.       quest93_mc._visible = false;
  733.       oops_guy9_mc._visible = false;
  734.       next10_mc.swapDepths(getNextHighestDepth());
  735.       Selection.setFocus(word10_txt);
  736.    }
  737.    else
  738.    {
  739.       oops_guy9_mc.swapDepths(getNextHighestDepth());
  740.    }
  741. };
  742. this.next10_mc.onRelease = function()
  743. {
  744.    if(word10_txt.text == "Christian")
  745.    {
  746.       word11_mc.swapDepths(word10_mc);
  747.       quest11a_mc.swapDepths(getNextHighestDepth());
  748.       quest11a_mc._x = target11_mc._x;
  749.       quest11a_mc._y = target11_mc._y;
  750.       quest11b_mc.swapDepths(getNextHighestDepth());
  751.       quest11b_mc._x = target2_mc._x;
  752.       quest11b_mc._y = target2_mc._y;
  753.       quest11c_mc.swapDepths(getNextHighestDepth());
  754.       quest11c_mc._x = target33_mc._x;
  755.       quest11c_mc._y = target33_mc._y;
  756.       oops_guy10_mc._visible = false;
  757.       cover92_mc._visible = false;
  758.       board4mc.swapDepths(board3mc);
  759.       next10_mc._visible = false;
  760.       soundCheerchime.start();
  761.       next11_mc.swapDepths(getNextHighestDepth());
  762.    }
  763.    else if(word10_txt.text == " Christian")
  764.    {
  765.       word11_mc.swapDepths(word10_mc);
  766.       quest11a_mc.swapDepths(getNextHighestDepth());
  767.       quest11a_mc._x = target11_mc._x;
  768.       quest11a_mc._y = target11_mc._y;
  769.       quest11b_mc.swapDepths(getNextHighestDepth());
  770.       quest11b_mc._x = target2_mc._x;
  771.       quest11b_mc._y = target2_mc._y;
  772.       quest11c_mc.swapDepths(getNextHighestDepth());
  773.       quest11c_mc._x = target33_mc._x;
  774.       quest11c_mc._y = target33_mc._y;
  775.       oops_guy10_mc._visible = false;
  776.       cover92_mc._visible = false;
  777.       board4mc.swapDepths(board3mc);
  778.       next10_mc._visible = false;
  779.       soundCheerchime.start();
  780.       next11_mc.swapDepths(getNextHighestDepth());
  781.    }
  782.    else if(word10_txt.text == "Christian ")
  783.    {
  784.       word11_mc.swapDepths(word10_mc);
  785.       quest11a_mc.swapDepths(getNextHighestDepth());
  786.       quest11a_mc._x = target11_mc._x;
  787.       quest11a_mc._y = target11_mc._y;
  788.       quest11b_mc.swapDepths(getNextHighestDepth());
  789.       quest11b_mc._x = target2_mc._x;
  790.       quest11b_mc._y = target2_mc._y;
  791.       quest11c_mc.swapDepths(getNextHighestDepth());
  792.       quest11c_mc._x = target33_mc._x;
  793.       quest11c_mc._y = target33_mc._y;
  794.       oops_guy10_mc._visible = false;
  795.       cover92_mc._visible = false;
  796.       board4mc.swapDepths(board3mc);
  797.       next10_mc._visible = false;
  798.       soundCheerchime.start();
  799.       next11_mc.swapDepths(getNextHighestDepth());
  800.    }
  801.    else if(word10_txt.text == " Christian ")
  802.    {
  803.       word11_mc.swapDepths(word10_mc);
  804.       quest11a_mc.swapDepths(getNextHighestDepth());
  805.       quest11a_mc._x = target11_mc._x;
  806.       quest11a_mc._y = target11_mc._y;
  807.       quest11b_mc.swapDepths(getNextHighestDepth());
  808.       quest11b_mc._x = target2_mc._x;
  809.       quest11b_mc._y = target2_mc._y;
  810.       quest11c_mc.swapDepths(getNextHighestDepth());
  811.       quest11c_mc._x = target33_mc._x;
  812.       quest11c_mc._y = target33_mc._y;
  813.       oops_guy10_mc._visible = false;
  814.       cover92_mc._visible = false;
  815.       board4mc.swapDepths(board3mc);
  816.       next10_mc._visible = false;
  817.       soundCheerchime.start();
  818.       next11_mc.swapDepths(getNextHighestDepth());
  819.    }
  820.    else
  821.    {
  822.       oops_guy10_mc.swapDepths(getNextHighestDepth());
  823.    }
  824. };
  825. this.quest11a_mc.onPress = function()
  826. {
  827.    this.startDrag();
  828.    this.swapDepths(this.getNextHighestDepth());
  829. };
  830. this.quest11b_mc.onPress = function()
  831. {
  832.    this.startDrag();
  833.    this.swapDepths(this.getNextHighestDepth());
  834. };
  835. this.quest11c_mc.onPress = function()
  836. {
  837.    this.startDrag();
  838.    this.swapDepths(this.getNextHighestDepth());
  839. };
  840. this.quest11a_mc.onRelease = function()
  841. {
  842.    this.stopDrag();
  843. };
  844. this.quest11c_mc.onRelease = function()
  845. {
  846.    this.stopDrag();
  847. };
  848. this.quest11b_mc.onRelease = function()
  849. {
  850.    this.stopDrag();
  851.    if(this.hitTest(target11d_mc) == true)
  852.    {
  853.       this._x = target11d_mc._x;
  854.       this._y = target11d_mc._y;
  855.       soundTada.start();
  856.       this.enabled = false;
  857.       oops_guy11_mc._visible = false;
  858.    }
  859.    else
  860.    {
  861.       soundMournfultrumpet.start();
  862.       quest11b_mc._y = target2_mc._y;
  863.       quest11b_mc._x = target2_mc._x;
  864.    }
  865. };
  866. this.quest11c_mc.onRelease = function()
  867. {
  868.    this.stopDrag();
  869.    soundMournfultrumpet.start();
  870.    this._x = target33_mc._x;
  871.    this._y = target33_mc._y;
  872. };
  873. this.quest11a_mc.onRelease = function()
  874. {
  875.    this.stopDrag();
  876.    soundCrash4.start();
  877.    this._x = target11_mc._x;
  878.    this._y = target11_mc._y;
  879. };
  880. this.next11_mc.onRelease = function()
  881. {
  882.    if(quest11b_mc._y == target11d_mc._y && quest11b_mc._x == target11d_mc._x)
  883.    {
  884.       quest11a_mc._visible = false;
  885.       quest11c_mc._visible = false;
  886.       word11_mc._visible = false;
  887.       word12_mc.swapDepths(word11_mc);
  888.       oops_guy11_mc._visible = false;
  889.       next12_mc.swapDepths(getNextHighestDepth());
  890.       Selection.setFocus(word12_txt);
  891.    }
  892.    else
  893.    {
  894.       oops_guy11_mc.swapDepths(getNextHighestDepth());
  895.    }
  896. };
  897. this.next12_mc.onRelease = function()
  898. {
  899.    if(word12_txt.text == "at")
  900.    {
  901.       word12_mc.swapDepths(word13_mc);
  902.       cover12_mc._visible = false;
  903.       Selection.setFocus(word13_txt);
  904.       oops_guy12_mc._visible = false;
  905.       board5mc.swapDepths(board4mc);
  906.       next12_mc._visible = false;
  907.       soundTada.start();
  908.       next13_mc.swapDepths(getNextHighestDepth());
  909.    }
  910.    else if(word12_txt.text == " at")
  911.    {
  912.       word12_mc.swapDepths(word13_mc);
  913.       cover12_mc._visible = false;
  914.       Selection.setFocus(word13_txt);
  915.       oops_guy12_mc._visible = false;
  916.       board5mc.swapDepths(board4mc);
  917.       next12_mc._visible = false;
  918.       soundTada.start();
  919.       next13_mc.swapDepths(getNextHighestDepth());
  920.    }
  921.    else if(word12_txt.text == "at ")
  922.    {
  923.       word12_mc.swapDepths(word13_mc);
  924.       cover12_mc._visible = false;
  925.       Selection.setFocus(word13_txt);
  926.       oops_guy12_mc._visible = false;
  927.       board5mc.swapDepths(board4mc);
  928.       next12_mc._visible = false;
  929.       soundTada.start();
  930.       next13_mc.swapDepths(getNextHighestDepth());
  931.    }
  932.    else if(word12_txt.text == " at ")
  933.    {
  934.       word12_mc.swapDepths(word13_mc);
  935.       cover12_mc._visible = false;
  936.       Selection.setFocus(word13_txt);
  937.       oops_guy12_mc._visible = false;
  938.       board5mc.swapDepths(board4mc);
  939.       next12_mc._visible = false;
  940.       soundTada.start();
  941.       next13_mc.swapDepths(getNextHighestDepth());
  942.    }
  943.    else
  944.    {
  945.       oops_guy12_mc.swapDepths(getNextHighestDepth());
  946.    }
  947. };
  948. this.next13_mc.onRelease = function()
  949. {
  950.    if(word13_txt.text == "Mass")
  951.    {
  952.       word13_mc.swapDepths(word14_mc);
  953.       cover13_mc._visible = false;
  954.       quest14a_mc.swapDepths(getNextHighestDepth());
  955.       quest14a_mc._x = target11_mc._x;
  956.       quest14a_mc._y = target11_mc._y;
  957.       quest14b_mc.swapDepths(getNextHighestDepth());
  958.       quest14b_mc._x = target2_mc._x;
  959.       quest14b_mc._y = target2_mc._y;
  960.       quest14c_mc.swapDepths(getNextHighestDepth());
  961.       quest14c_mc._x = target33_mc._x;
  962.       quest14c_mc._y = target33_mc._y;
  963.       oops_guy13_mc._visible = false;
  964.       board6mc.swapDepths(board5mc);
  965.       next13_mc._visible = false;
  966.       soundTrumpet.start();
  967.       next14_mc.swapDepths(getNextHighestDepth());
  968.    }
  969.    else if(word13_txt.text == " Mass")
  970.    {
  971.       word13_mc.swapDepths(word14_mc);
  972.       cover13_mc._visible = false;
  973.       quest14a_mc.swapDepths(getNextHighestDepth());
  974.       quest14a_mc._x = target11_mc._x;
  975.       quest14a_mc._y = target11_mc._y;
  976.       quest14b_mc.swapDepths(getNextHighestDepth());
  977.       quest14b_mc._x = target2_mc._x;
  978.       quest14b_mc._y = target2_mc._y;
  979.       quest14c_mc.swapDepths(getNextHighestDepth());
  980.       quest14c_mc._x = target33_mc._x;
  981.       quest14c_mc._y = target33_mc._y;
  982.       oops_guy13_mc._visible = false;
  983.       board6mc.swapDepths(board5mc);
  984.       next13_mc._visible = false;
  985.       soundTrumpet.start();
  986.       next14_mc.swapDepths(getNextHighestDepth());
  987.    }
  988.    else if(word13_txt.text == "Mass ")
  989.    {
  990.       word13_mc.swapDepths(word14_mc);
  991.       cover13_mc._visible = false;
  992.       quest14a_mc.swapDepths(getNextHighestDepth());
  993.       quest14a_mc._x = target11_mc._x;
  994.       quest14a_mc._y = target11_mc._y;
  995.       quest14b_mc.swapDepths(getNextHighestDepth());
  996.       quest14b_mc._x = target2_mc._x;
  997.       quest14b_mc._y = target2_mc._y;
  998.       quest14c_mc.swapDepths(getNextHighestDepth());
  999.       quest14c_mc._x = target33_mc._x;
  1000.       quest14c_mc._y = target33_mc._y;
  1001.       oops_guy13_mc._visible = false;
  1002.       board6mc.swapDepths(board5mc);
  1003.       next13_mc._visible = false;
  1004.       soundTrumpet.start();
  1005.       next14_mc.swapDepths(getNextHighestDepth());
  1006.    }
  1007.    else if(word13_txt.text == " Mass ")
  1008.    {
  1009.       word13_mc.swapDepths(word14_mc);
  1010.       cover13_mc._visible = false;
  1011.       quest14a_mc.swapDepths(getNextHighestDepth());
  1012.       quest14a_mc._x = target11_mc._x;
  1013.       quest14a_mc._y = target11_mc._y;
  1014.       quest14b_mc.swapDepths(getNextHighestDepth());
  1015.       quest14b_mc._x = target2_mc._x;
  1016.       quest14b_mc._y = target2_mc._y;
  1017.       quest14c_mc.swapDepths(getNextHighestDepth());
  1018.       quest14c_mc._x = target33_mc._x;
  1019.       quest14c_mc._y = target33_mc._y;
  1020.       oops_guy13_mc._visible = false;
  1021.       board6mc.swapDepths(board5mc);
  1022.       next13_mc._visible = false;
  1023.       soundTrumpet.start();
  1024.       next14_mc.swapDepths(getNextHighestDepth());
  1025.    }
  1026.    else
  1027.    {
  1028.       oops_guy13_mc.swapDepths(getNextHighestDepth());
  1029.    }
  1030. };
  1031. this.quest14a_mc.onPress = function()
  1032. {
  1033.    this.startDrag();
  1034.    this.swapDepths(this.getNextHighestDepth());
  1035. };
  1036. this.quest14b_mc.onPress = function()
  1037. {
  1038.    this.startDrag();
  1039.    this.swapDepths(this.getNextHighestDepth());
  1040. };
  1041. this.quest14c_mc.onPress = function()
  1042. {
  1043.    this.startDrag();
  1044.    this.swapDepths(this.getNextHighestDepth());
  1045. };
  1046. this.quest14a_mc.onRelease = function()
  1047. {
  1048.    this.stopDrag();
  1049. };
  1050. this.quest14c_mc.onRelease = function()
  1051. {
  1052.    this.stopDrag();
  1053. };
  1054. this.quest14b_mc.onRelease = function()
  1055. {
  1056.    this.stopDrag();
  1057.    if(this.hitTest(target14d_mc) == true)
  1058.    {
  1059.       this._x = target14d_mc._x;
  1060.       this._y = target14d_mc._y;
  1061.       soundApplause1.start();
  1062.       this.enabled = false;
  1063.       oops_guy14_mc._visible = false;
  1064.    }
  1065.    else
  1066.    {
  1067.       soundMournfultrumpet.start();
  1068.       quest14b_mc._y = target2_mc._y;
  1069.       quest14b_mc._x = target2_mc._x;
  1070.    }
  1071. };
  1072. this.quest14c_mc.onRelease = function()
  1073. {
  1074.    this.stopDrag();
  1075.    soundCrash4.start();
  1076.    this._x = target33_mc._x;
  1077.    this._y = target33_mc._y;
  1078. };
  1079. this.quest14a_mc.onRelease = function()
  1080. {
  1081.    this.stopDrag();
  1082.    soundAhh.start();
  1083.    this._x = target11_mc._x;
  1084.    this._y = target11_mc._y;
  1085. };
  1086. this.next14_mc.onRelease = function()
  1087. {
  1088.    if(quest14b_mc._y == target14d_mc._y && quest14b_mc._x == target14d_mc._x)
  1089.    {
  1090.       quest14a_mc._visible = false;
  1091.       quest14c_mc._visible = false;
  1092.       word14_mc._visible = false;
  1093.       word15_mc.swapDepths(word14_mc);
  1094.       oops_guy14_mc._visible = false;
  1095.       next15_mc.swapDepths(getNextHighestDepth());
  1096.       Selection.setFocus(word15_txt);
  1097.    }
  1098.    else
  1099.    {
  1100.       oops_guy14_mc.swapDepths(getNextHighestDepth());
  1101.    }
  1102. };
  1103. this.next15_mc.onRelease = function()
  1104. {
  1105.    if(word15_txt.text == "Sunday")
  1106.    {
  1107.       word16_mc.swapDepths(word15_mc);
  1108.       cover15_mc._visible = false;
  1109.       quest16a_mc.swapDepths(getNextHighestDepth());
  1110.       quest16a_mc._x = target11_mc._x;
  1111.       quest16a_mc._y = target11_mc._y;
  1112.       quest16b_mc.swapDepths(getNextHighestDepth());
  1113.       quest16b_mc._x = target2_mc._x;
  1114.       quest16b_mc._y = target2_mc._y;
  1115.       quest16c_mc.swapDepths(getNextHighestDepth());
  1116.       quest16c_mc._x = target33_mc._x;
  1117.       quest16c_mc._y = target33_mc._y;
  1118.       oops_guy15_mc._visible = false;
  1119.       board7mc.swapDepths(board6mc);
  1120.       next15_mc._visible = false;
  1121.       soundTada.start();
  1122.       next16_mc.swapDepths(getNextHighestDepth());
  1123.    }
  1124.    else if(word15_txt.text == " Sunday")
  1125.    {
  1126.       word16_mc.swapDepths(word15_mc);
  1127.       cover15_mc._visible = false;
  1128.       quest16a_mc.swapDepths(getNextHighestDepth());
  1129.       quest16a_mc._x = target11_mc._x;
  1130.       quest16a_mc._y = target11_mc._y;
  1131.       quest16b_mc.swapDepths(getNextHighestDepth());
  1132.       quest16b_mc._x = target2_mc._x;
  1133.       quest16b_mc._y = target2_mc._y;
  1134.       quest16c_mc.swapDepths(getNextHighestDepth());
  1135.       quest16c_mc._x = target33_mc._x;
  1136.       quest16c_mc._y = target33_mc._y;
  1137.       oops_guy15_mc._visible = false;
  1138.       board7mc.swapDepths(board6mc);
  1139.       next15_mc._visible = false;
  1140.       soundTada.start();
  1141.       next16_mc.swapDepths(getNextHighestDepth());
  1142.    }
  1143.    else if(word15_txt.text == " Sunday ")
  1144.    {
  1145.       word16_mc.swapDepths(word15_mc);
  1146.       cover15_mc._visible = false;
  1147.       quest16a_mc.swapDepths(getNextHighestDepth());
  1148.       quest16a_mc._x = target11_mc._x;
  1149.       quest16a_mc._y = target11_mc._y;
  1150.       quest16b_mc.swapDepths(getNextHighestDepth());
  1151.       quest16b_mc._x = target2_mc._x;
  1152.       quest16b_mc._y = target2_mc._y;
  1153.       quest16c_mc.swapDepths(getNextHighestDepth());
  1154.       quest16c_mc._x = target33_mc._x;
  1155.       quest16c_mc._y = target33_mc._y;
  1156.       oops_guy15_mc._visible = false;
  1157.       board7mc.swapDepths(board6mc);
  1158.       next15_mc._visible = false;
  1159.       soundTada.start();
  1160.       next16_mc.swapDepths(getNextHighestDepth());
  1161.    }
  1162.    else if(word15_txt.text == "Sunday ")
  1163.    {
  1164.       word16_mc.swapDepths(word15_mc);
  1165.       cover15_mc._visible = false;
  1166.       quest16a_mc.swapDepths(getNextHighestDepth());
  1167.       quest16a_mc._x = target11_mc._x;
  1168.       quest16a_mc._y = target11_mc._y;
  1169.       quest16b_mc.swapDepths(getNextHighestDepth());
  1170.       quest16b_mc._x = target2_mc._x;
  1171.       quest16b_mc._y = target2_mc._y;
  1172.       quest16c_mc.swapDepths(getNextHighestDepth());
  1173.       quest16c_mc._x = target33_mc._x;
  1174.       quest16c_mc._y = target33_mc._y;
  1175.       oops_guy15_mc._visible = false;
  1176.       board7mc.swapDepths(board6mc);
  1177.       next15_mc._visible = false;
  1178.       soundTada.start();
  1179.       next16_mc.swapDepths(getNextHighestDepth());
  1180.    }
  1181.    else
  1182.    {
  1183.       oops_guy15_mc.swapDepths(getNextHighestDepth());
  1184.    }
  1185. };
  1186. this.quest16a_mc.onPress = function()
  1187. {
  1188.    this.startDrag();
  1189.    this.swapDepths(this.getNextHighestDepth());
  1190. };
  1191. this.quest16b_mc.onPress = function()
  1192. {
  1193.    this.startDrag();
  1194.    this.swapDepths(this.getNextHighestDepth());
  1195. };
  1196. this.quest16c_mc.onPress = function()
  1197. {
  1198.    this.startDrag();
  1199.    this.swapDepths(this.getNextHighestDepth());
  1200. };
  1201. this.quest16a_mc.onRelease = function()
  1202. {
  1203.    this.stopDrag();
  1204. };
  1205. this.quest16c_mc.onRelease = function()
  1206. {
  1207.    this.stopDrag();
  1208. };
  1209. this.quest16b_mc.onRelease = function()
  1210. {
  1211.    this.stopDrag();
  1212.    if(this.hitTest(target16d_mc) == true)
  1213.    {
  1214.       this._x = target16d_mc._x;
  1215.       this._y = target16d_mc._y;
  1216.       soundCheering1.start();
  1217.       this.enabled = false;
  1218.       oops_guy16_mc._visible = false;
  1219.    }
  1220.    else
  1221.    {
  1222.       soundMournfultrumpet.start();
  1223.       quest16b_mc._y = target2_mc._y;
  1224.       quest16b_mc._x = target2_mc._x;
  1225.    }
  1226. };
  1227. this.quest16c_mc.onRelease = function()
  1228. {
  1229.    this.stopDrag();
  1230.    soundSlowbomb.start();
  1231.    this._x = target33_mc._x;
  1232.    this._y = target33_mc._y;
  1233. };
  1234. this.quest16a_mc.onRelease = function()
  1235. {
  1236.    this.stopDrag();
  1237.    soundZaparoo.start();
  1238.    this._x = target11_mc._x;
  1239.    this._y = target11_mc._y;
  1240. };
  1241. this.next16_mc.onRelease = function()
  1242. {
  1243.    if(quest16b_mc._y == target16d_mc._y && quest16b_mc._x == target16d_mc._x)
  1244.    {
  1245.       word17_mc.swapDepths(word16_mc);
  1246.       quest17a_mc.swapDepths(getNextHighestDepth());
  1247.       quest17a_mc._x = target11_mc._x;
  1248.       quest17a_mc._y = target11_mc._y;
  1249.       quest17b_mc.swapDepths(getNextHighestDepth());
  1250.       quest17b_mc._x = target2_mc._x;
  1251.       quest17b_mc._y = target2_mc._y;
  1252.       quest17c_mc.swapDepths(getNextHighestDepth());
  1253.       quest17c_mc._x = target33_mc._x;
  1254.       quest17c_mc._y = target33_mc._y;
  1255.       quest16a_mc._visible = false;
  1256.       quest16c_mc._visible = false;
  1257.       oops_guy16_mc._visible = false;
  1258.       next17_mc.swapDepths(getNextHighestDepth());
  1259.       next17_mc._visible = true;
  1260.    }
  1261.    else
  1262.    {
  1263.       oops_guy16_mc.swapDepths(getNextHighestDepth());
  1264.    }
  1265. };
  1266. this.quest17a_mc.onPress = function()
  1267. {
  1268.    this.startDrag();
  1269.    this.swapDepths(this.getNextHighestDepth());
  1270. };
  1271. this.quest17b_mc.onPress = function()
  1272. {
  1273.    this.startDrag();
  1274.    this.swapDepths(this.getNextHighestDepth());
  1275. };
  1276. this.quest17c_mc.onPress = function()
  1277. {
  1278.    this.startDrag();
  1279.    this.swapDepths(this.getNextHighestDepth());
  1280. };
  1281. this.quest17a_mc.onRelease = function()
  1282. {
  1283.    this.stopDrag();
  1284. };
  1285. this.quest17b_mc.onRelease = function()
  1286. {
  1287.    this.stopDrag();
  1288. };
  1289. this.quest17c_mc.onRelease = function()
  1290. {
  1291.    this.stopDrag();
  1292.    if(this.hitTest(target17_mc) == true)
  1293.    {
  1294.       this._x = target17_mc._x;
  1295.       this._y = target17_mc._y;
  1296.       soundApplause2.start();
  1297.       this.enabled = false;
  1298.       oopsguy_17mc._visible = false;
  1299.       next17_mc._visible = true;
  1300.    }
  1301.    else
  1302.    {
  1303.       soundMournfultrumpet.start();
  1304.       quest17c_mc._y = target33_mc._y;
  1305.       quest17c_mc._x = target33_mc._x;
  1306.    }
  1307. };
  1308. this.quest17b_mc.onRelease = function()
  1309. {
  1310.    this.stopDrag();
  1311.    soundDingbleep.start();
  1312.    this._x = target2_mc._x;
  1313.    this._y = target2_mc._y;
  1314. };
  1315. this.quest17a_mc.onRelease = function()
  1316. {
  1317.    this.stopDrag();
  1318.    soundAhh.start();
  1319.    this._x = target11_mc._x;
  1320.    this._y = target11_mc._y;
  1321. };
  1322. this.next17_mc.onRelease = function()
  1323. {
  1324.    if(quest17c_mc._y == target17_mc._y && quest17c_mc._x == target17_mc._x)
  1325.    {
  1326.       gotoAndStop(3);
  1327.       certificate_mc.swapDepths(quest17c_mc);
  1328.       nameStatic = name + ",";
  1329.       oopsguy_17mc._visible = false;
  1330.       quest63_mc._visible = false;
  1331.       quest32_mc._visible = false;
  1332.       quest51_mc._visible = false;
  1333.       quest16b_mc._visible = false;
  1334.       quest17c_mc._visible = false;
  1335.       quest92_mc._visible = false;
  1336.       quest92b_mc._visible = false;
  1337.       quest71_mc._visible = false;
  1338.       word17_mc._visible = false;
  1339.       quest11b_mc._visible = false;
  1340.       word17_mc._visible = false;
  1341.       deer_mc._visible = false;
  1342.       quest17b_mc._visible = false;
  1343.       quest17a_mc._visible = false;
  1344.       quest42_mc._visible = false;
  1345.       next17_mc._visible = false;
  1346.       quest14b_mc._visible = false;
  1347.       print_mc.swapDepths(getNextHighestDepth());
  1348.       next16_mc._visible = false;
  1349.       next15_mc._visible = false;
  1350.       next14_mc._visible = false;
  1351.       next13_mc._visible = false;
  1352.       next12_mc._visible = false;
  1353.       next11_mc._visible = false;
  1354.       next10_mc._visible = false;
  1355.       next9_mc._visible = false;
  1356.       next8_mc._visible = false;
  1357.       next7_mc._visible = false;
  1358.       next6_mc._visible = false;
  1359.       next5_mc._visible = false;
  1360.       next4_mc._visible = false;
  1361.       next3_mc._visible = false;
  1362.       next2_mc._visible = false;
  1363.       next1_mc._visible = false;
  1364.       next_mc._visible = false;
  1365.    }
  1366.    else
  1367.    {
  1368.       oopsguy_17mc.swapDepths(getNextHighestDepth());
  1369.    }
  1370. };
  1371.